home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / OBJECTMANAGER_IMPORT-EXPORT.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1020 b   |  30 lines

  1. Folder - Import/Export: Import/export Zope objects.
  2.   
  3.   Description
  4.  
  5.     This view allows you to import or export Zope objects. Imported
  6.     objects will be inserted into the current object. Exported objects
  7.     will be saved to a file on the Zope server or downloaded to the
  8.     local client.
  9.  
  10.   Controls
  11.  
  12.     'Export object id' -- The id of the object to be exported.
  13.     **Note: The exported object must be contained by the current
  14.     object.**
  15.  
  16.     'Export to' -- Where you want to save the exported file. 'Download
  17.     to local machine' downloads the export file to your client, 'Save to
  18.     file server' saves the export file to the Zope 'var' directory.
  19.  
  20.     'XML format?' -- Whether the exported object
  21.     is in a binary format or in XML format.
  22.  
  23.     'Export' -- Exports the object.
  24.  
  25.     'Import file name' -- The filename of the Zope export file that
  26.     you would like to import. The file must be located in the Zope
  27.     'import' directory.
  28.  
  29.     'Import' -- Imports the object.
  30.